Hello,
Background: We have noticed that sometimes our extensions which we use to create ServiceNow incidents become disabled. We would like to be notified when this happens via email.
I have been working on a Python script which pulls the status of the extensions from:
“https://api.pagerduty.com/extensions?extension_schema_id=<scrubed_info>&include[]=temporarily_disabled”
Before embarking on this task, i wanted to check if anyone has done this before in Python 3.x environment? Thanks!